var github.com/vmihailenco/msgpack/v5.marshalerType

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_value.go#L63: 	if typ.Implements(marshalerType) {
		encode_value.go#L79: 		if ptr.Implements(marshalerType) {
		types.go#L21: 	marshalerType   = reflect.TypeOf((*Marshaler)(nil)).Elem()